home *** CD-ROM | disk | FTP | other *** search
- import javax.microedition.lcdui.Display;
- import javax.microedition.midlet.MIDlet;
-
- public class TronCycle extends MIDlet implements c {
- protected void startApp() {
- try {
- Display var1 = Display.getDisplay(this);
- var1.setCurrent(new f(var1, new a(this)));
- } catch (Exception var2) {
- System.out.println("Cannot Start: " + var2);
- }
-
- }
-
- protected void pauseApp() {
- }
-
- protected void destroyApp(boolean var1) {
- ((MIDlet)this).notifyDestroyed();
- }
-
- public void exitApp() {
- this.destroyApp(true);
- }
-
- public boolean isColour() {
- return Display.getDisplay(this).isColor();
- }
- }
-